home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 5_programming / on / silence < prev    next >
Encoding:
Text File  |  2001-03-22  |  352 b   |  15 lines

  1. Synopsis:
  2.    on [<modes>]silence [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives a reply from the
  6.    server from a SILENCE command.
  7.  
  8. Parameters:
  9.    $0    a '+' if a pattern was added, '-' if one was removed
  10.    $1    the pattern silenced (or unsilenced)
  11.  
  12. See Also:
  13.    silence(1)
  14.  
  15.